@charset "utf-8";
header{
	padding: 0 2.6%;
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.logo{
	float: left;
	line-height: 150px;
	width: 21%;
}
.logo img{
	width: 130%;
}
.nav{
	position: relative;
	margin-right: 90px;
}
.nav{
	float: right;
}
.nav>ul{
	margin-top: 60px;
}
.nav>ul>li{
	float: left;
	position: relative;
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,.2);
	
}
.nav>ul>li:last-child{
	border: none;
}
.nav>ul>li:hover>a{
	border-bottom: 1px solid #1380e6;
	padding-bottom: 10px;
}
.nav>ul>li.ac>a{
	border-bottom: 1px solid #1380e6;
	padding-bottom: 10px;
}
.h_inp{
	float: right;
	
}
.nav>ul>li>a{
	display: inline;
	font-size: 18px;
	color: #fff;
}
.h_inp .fdj{
	float: left;
	margin-left: 34px;
	cursor: pointer;
	text-align: center;
}

.h_inp .fdj i{
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #1380e6;
	color: #fff;
	line-height: 27px;
	
	
	
}
.h_inp input{
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.2);
	
}
.h_inp .inp{
	width: 0;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.h_inp.ac .inp{
	width: 100px;
	transition: all .4s linear 0s;
}
.nav li ul{
	
	width: 200%;
	position: absolute;
	top: 40px;
	left: -25%;
	display: none;
}
.nav li ul li{
	background: rgba(0,90,171,.5);
	margin-bottom: 2px;
	padding-left: 10%;
	line-height: 30px;
}
.nav li ul li a{
	color: rgba(255,255,255,.5);
}
.nav li ul li:hover{
	background: #1380e6;
}
.nav li ul li:hover a{
	color: #fff;
	display: block;
}
.btn{

	float: right;

    display: none;

    position: relative;
	margin-top: 20px;
    z-index: 10;

}

.btn span{

	 display: block;

    width: 30px;

    height: 4px;

    margin-bottom: 4px;

    background: #fff;

}
.btn span:nth-child(2){
	width: 18px;
}

.btn.ac span:nth-child(1){

	

    transform: rotateZ(45deg) translateY(12px) translate(12px);

}

.btn.ac span:nth-child(2){

	
	
   opacity: 0;

}



.btn.ac span:nth-child(3){

	

    transform: rotateZ(-45deg);

}

footer img{
	float: left;
	margin-right: 6.77%;
}
footer ul{
	min-width: 9.5%;
	float: left;
}
footer{
	
	padding-top: 102px;
	background: #1d202b;
}.foot{
	padding:0 5.6% ;
}
footer ul li:first-child{
	margin-bottom: 28px;
}
footer ul li:first-child:after{
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background: rgba(255,255,255,.3);
	margin-top: 25px;
}
footer ul li:first-child a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	
}
footer>ul li:first-child a:after{
	content: '';
	display: block;
	width: 32px;
	height:2px;
	background: rgba(255,255,255,.5);
	margin-top: 35px;
}
footer ul li a{
	color: rgba(255,255,255,.5);
}
footer ul li a:hover{
	color: #fff;
}
footer ul li p{
	color: rgba(255,255,255,.5);
}

footer ul:last-child{
float:right
}
footer ul:last-child img{
 max-width:120px;
}
footer ul li{
	line-height:36px ;
}
.f_b{
	line-height: 80px;
	padding:0 5.6% ;
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 40px;
}
.f_b p:nth-child(1){
	color: rgba(255,255,255,.2);
	float: left;
}
.f_b p:nth-child(2) a{
	color: rgba(255,255,255,.2);
	float: right;
}